Skip to content

fix(package): add missing CI scripts for workflow compatibility#39

Merged
hectoruch merged 1 commit into
mainfrom
feat/add-new-scripts
Oct 9, 2025
Merged

fix(package): add missing CI scripts for workflow compatibility#39
hectoruch merged 1 commit into
mainfrom
feat/add-new-scripts

Conversation

@hectoruch

Copy link
Copy Markdown
Collaborator

Add required scripts for GitHub Actions workflow execution

  • Add type-check script using tsc --noEmit for TypeScript validation
  • Add lint alias pointing to eslint command for workflow compatibility
  • Enhance test:ci script with proper CI flags and coverage generation
  • Ensure all required scripts are available for auto-publish workflow

This resolves workflow failures when searching for missing scripts like 'type-check' and ensures proper CI/CD pipeline execution.

Add required scripts for GitHub Actions workflow execution

- Add type-check script using tsc --noEmit for TypeScript validation
- Add lint alias pointing to eslint command for workflow compatibility
- Enhance test:ci script with proper CI flags and coverage generation
- Ensure all required scripts are available for auto-publish workflow

This resolves workflow failures when searching for missing scripts
like 'type-check' and ensures proper CI/CD pipeline execution.
@hectoruch hectoruch merged commit faf3340 into main Oct 9, 2025
@hectoruch hectoruch deleted the feat/add-new-scripts branch October 10, 2025 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant